home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / programming / other / renderlib / renderlib.readme < prev   
Text File  |  1999-06-14  |  2KB  |  76 lines

  1. Short:    Image processing kernel
  2. Author:   Timm S. Müller
  3. Uploader: Timm S. Müller (timm.mueller@darmstadt.netsurf.de)
  4. Version:  30.0
  5. Type:     dev/misc
  6. Requires: Kickstart 2.04 (v37), MC68020
  7.  
  8.  
  9. render.library
  10. -----------------------------
  11.  
  12.   render.library  is  an amiga shared library that serves an image
  13.   processing  kernel.  it  is  an  interface between truecolor and
  14.   chunky  graphics,  and  it supports all amiga-specific pixel and
  15.   color   schemes.   render.library   provides palette-management,
  16.   histograms,  alpha-channel processing, color reduction, scaling,
  17.   rendering,  dithering,  texture-mapping, and many conversion and
  18.   support functions.
  19.  
  20.  
  21. author
  22. ----------------------------
  23.  
  24.   bifat / TEK neoscientists
  25.  
  26.   timm.mueller@darmstadt.netsurf.de
  27.  
  28.   http://come.to/neoscientists
  29.  
  30.   Timm S. Müller
  31.   Bartningstraße 15
  32.   64289 Darmstadt
  33.   ++49 (0)6151 715917
  34.   
  35.  
  36. requirements
  37. -----------------------------
  38.  
  39.   - mc68020 or better
  40.   - kickstart 2.04 (v37) or better
  41.  
  42.  
  43. features
  44. -----------------------------
  45.  
  46.   - histograms up to 24 bit
  47.   - rendering
  48.   - dithering
  49.   - color quantization
  50.   - heavy alphachannel support
  51.   - HAM mode support
  52.   - custom memory management
  53.   - scaling
  54.   - low-level texture-mapping
  55.   - conversion functions
  56.   - fully documented with autodocs, charts, tutorials
  57.   - supplied with C, Assembler, and E includes
  58.   - freeware
  59.  
  60.  
  61. recent changes
  62. -----------------------------
  63.  
  64.   30.0
  65.     - improved memory management: RMHTYPE_POOL allocations are
  66.       now internally semaphore-protected for cross-task
  67.       allocations. this allows guigfx.library (v16) to be reset
  68.       to pooled memory environment.
  69.  
  70.   29.1
  71.     - SortPalette() crashed with sort-modes that required a histogram,
  72.       and when the histogram was a non-TURBO type. this bug hasn't
  73.       been fixed, but 'de-implemented'. SortPalette() now returns
  74.       SORTP_NOT_IMPLEMENTED in this situation.
  75.     - bug fixed in the clib declaration of FreeRenderMem()
  76.